home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / stab.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-05-08  |  264 b   |  18 lines

  1. #ifndef __GNU_STAB__
  2.  
  3. /* Indicate the GNU stab.h is in use.  */
  4.  
  5. #define __GNU_STAB__
  6.  
  7. #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  8.  
  9. enum __stab_debug_code
  10. {
  11. #include <bits/stab.def>
  12. LAST_UNUSED_STAB_CODE
  13. };
  14.  
  15. #undef __define_stab
  16.  
  17. #endif /* __GNU_STAB_ */
  18.